//==============================================================================
define glow
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Volatile Ball Glow
        }
    }
}

//==============================================================================
define ball
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Volatile Ball Size 01
        }
    }
}

//==============================================================================
define trail
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Volatile Ball Trail
        }
    }
}

//==============================================================================
define souls
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Volatile Ball Souls
        }
    }
}

//==============================================================================
anim idle
{
	SetSelector
	{
		set hotspot
		{
		    version
			{
			    Visualnone Jimmy
			    connect attachpoint ball hotspot
			    connect attachpoint trail hotspot
				//connect attachpoint souls hotspot
				connect attachpoint glow hotspot
			}
		}
	}
}
